home *** CD-ROM | disk | FTP | other *** search
/ Champak 62 / Volume 62 - JOGO DISK .iso / Games / room-maker.swf / scripts / DefineButton2_439 / BUTTONCONDACTION on(release).as
Text File  |  2008-03-17  |  87b  |  5 lines

  1. on(release){
  2.    _root.playAgain._visible = false;
  3.    _root.gotoAndStop("intro");
  4. }
  5.